Skip to main content

Backend App Quick Start Demo

Use this guide to choose the right Corva backend app type before you start implementing business logic. The most important choice is not the programming language—it is the event that should invoke your app.

Step 1 of 70%

Architecture

Corva backend apps sit between a trigger and an output. They receive an event, execute your business logic, and commonly write the result to a dataset for frontend apps, subscriptions, or other backend apps to consume.

Architecture comparison of Stream, Scheduled, and Task backend apps

Start with one question: should this logic run for every live record, at an interval, or only after an explicit request?